home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
tools
/
make
/
nmake
/
mm.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1987-07-22
|
237 b
|
9 lines
rem *** this file assumes that "stdio.h" and the small library
rem *** are in a directory called \c86
msc make;
msc makeutil;
msc reader;
msc machdep;
link /stack:4096 make.obj makeutil.obj reader.obj machdep.obj, make.exe;